Login
Shared Folder
The shared folder is your opportunity to design personalized login screens and customize their appearance to your liking!
Fundamentally, this folder structure is intended to allow you to explicitly store resources such as images, videos, or icons locally, so you can access them in your application.
The area is divided into four directories. The first three directories consist of images, videos, and icons, while the fourth directory is specifically intended for login screens.
To give your application its own flair and design the login screen according to your own ideas, a separate folder for your application must be created in this directory, bearing the same name as the app. Subsequently, a config.json file must be created that contains the configuration for the login.
{
"appName": "Networking",
"logoName": "images/logos/myLogo.png",
"backgroundImageName": "images/wallpaper/myWallpaper.png",
"welcomeText": "Willkommen",
"color": "#f4c40c",
"showPath": true
}
- appName
The actual name of your application. - logoName
The path within the shared folder where your logo is located. - backgroundImageName
The path within the shared folder where your background image is located. - welcomeText
A text that appears as a heading within the login form. - color
The actual accent color, which, for example, influences the appearance of the login button.